home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200403-11.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  73 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200403-11.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14462);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200403-11");
  17.  script_cve_id("CAN-2004-0189");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200403-11
  20. (Squid ACL [url_regex] bypass vulnerability)
  21.  
  22.  
  23.     A bug in Squid allows users to bypass certain access controls by passing a
  24.     URL containing "%00" which exploits the Squid decoding function.
  25.     This may insert a NUL character into decoded URLs, which may allow users to
  26.     bypass url_regex access control lists that are enforced upon them.
  27.     In such a scenario, Squid will insert a NUL character after
  28.     the"%00" and it will make a comparison between the URL to the end
  29.     of the NUL character rather than the contents after it: the comparison does
  30.     not result in a match, and the user\'s request is not denied.
  31.   
  32. Impact
  33.  
  34.     Restricted users may be able to bypass url_regex access control lists that
  35.     are enforced upon them which may cause unwanted network traffic as well as
  36.     a route for other possible exploits. Users of Squid 2.5STABLE4 and below
  37.     who require the url_regex features are recommended to upgrade to 2.5STABLE5
  38.     to maintain the security of their infrastructure.
  39.   
  40. Workaround
  41.  
  42.     A workaround is not currently known for this issue. All users are advised to
  43.     upgrade to the latest version of Squid.
  44.   
  45. References:
  46.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0189
  47.     http://www.squid-cache.org/Advisories/SQUID-2004_1.txt
  48.  
  49.  
  50. Solution: 
  51.     Squid can be updated as follows:
  52.     # emerge sync
  53.     # emerge -pv ">=net-www/squid-2.5.5"
  54.     # emerge ">=net-www/squid-2.5.5"
  55.   
  56.  
  57. Risk Factor : Medium
  58. ';
  59.  script_description(english: desc);
  60.  script_copyright(english: "(C) 2004 Michel Arboi");
  61.  script_name(english: "[GLSA-200403-11] Squid ACL [url_regex] bypass vulnerability");
  62.  script_category(ACT_GATHER_INFO);
  63.  script_family(english: "Gentoo Local Security Checks");
  64.  script_dependencies("ssh_get_info.nasl");
  65.  script_require_keys('Host/Gentoo/qpkg-list');
  66.  script_summary(english: 'Squid ACL [url_regex] bypass vulnerability');
  67.  exit(0);
  68. }
  69.  
  70. include('qpkg.inc');
  71. if (qpkg_check(package: "net-www/squid", unaffected: make_list("ge 2.5.5"), vulnerable: make_list("lt 2.5.5")
  72. )) { security_warning(0); exit(0); }
  73.